added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / Raytracer / Raytracer_FSharp / Raytracer_FSharp.fsproj
blob9cede94382609a986591ef3eafec7ac13e34b49d
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{bde4b8bf-cad1-4ef4-a877-9ec910debe6f}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <RootNamespace>Raytracer_FSharp</RootNamespace>
11     <AssemblyName>Raytracer_FSharp</AssemblyName>
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13     <Name>Raytracer_FSharp</Name>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <Tailcalls>false</Tailcalls>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <WarningLevel>3</WarningLevel>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <Tailcalls>true</Tailcalls>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <WarningLevel>3</WarningLevel>
31   </PropertyGroup>
32   <Import Project="$(ProgramFiles)\Microsoft F#\v4.0\Microsoft.FSharp.Targets" />
33   <ItemGroup>
34     <Compile Include="raytracer.fs" />
35     <Compile Include="harness.fs" />
36     <None Include="File1.fsx" />
37   </ItemGroup>
38   <ItemGroup>
39     <Reference Include="mscorlib" />
40     <Reference Include="FSharp.Core" />
41     <Reference Include="System" />
42     <Reference Include="System.Core">
43       <RequiredTargetFramework>3.5</RequiredTargetFramework>
44     </Reference>
45     <Reference Include="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
46       <Name>System.Drawing</Name>
47       <AssemblyName>System.Drawing.dll</AssemblyName>
48       <SpecificVersion>False</SpecificVersion>
49     </Reference>
50     <Reference Include="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
51       <Name>System.Windows.Forms</Name>
52       <AssemblyName>System.Windows.Forms.dll</AssemblyName>
53       <SpecificVersion>False</SpecificVersion>
54     </Reference>
55   </ItemGroup>
56   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
57              Other similar extension points exist, see Microsoft.Common.targets.
58         <Target Name="BeforeBuild">
59         </Target>
60         <Target Name="AfterBuild">
61         </Target>
62         -->
63 </Project>